Mastering Windows 8 C++ App Development by Unknown

Mastering Windows 8 C++ App Development by Unknown

Author:Unknown
Language: eng
Format: epub
Publisher: Packt Publishing


The resulting display, after some selections, is shown as follows:

ScrollViewer

ScrollViewer is a content control that hosts a single child (its Content property, just like any other ContentControl) and uses a pair of ScrollBar controls to support scrolling. The most important properties are VerticalScrollBarVisibility and HorizontalScrollBarVisibility, which indicate the way scrolling should work and the way the scroll bars present themselves. There are four options (ScrollBarVisibility enumeration):

Visible – the scroll bar is always visible. If the content does not require scrolling, the scroll bar is disabled.

Auto – the scroll bar appears if needed and disappears if not needed.

Hidden – the scroll bar is not shown, but scrolling is still possible using the keyboard, touch, or programmatically.

Disabled – the scroll bar is hidden and no scrolling is possible. The ScrollViewer does not give more space than it has to the content (in that dimension).



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.